Contribution org.nuxeo.ecm.core.automation.core.properties--configuration
In component org.nuxeo.ecm.core.automation.core.properties
org.nuxeo.ecm.core.automation.core.properties
inside nuxeo-automation-core-8.10.jar /OSGI-INF/properties-contrib.xml
This contribution is part of XML component Documentation
This contribution is the default contribution for automation properties.
Here are more details about some of them:
- nuxeo.automation.properties.value.trim: properties are expected to be of the form "key=value". You may wish to trim the potential spaces around value (e.g.: "key = value", will result in "value" and not " value").
@since 8.2
Extension Point
Extension point configuration of component ConfigurationService.Contributed Items
XML Source
<extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
<documentation>
This contribution is the default contribution for automation properties.
Here are more details about some of them:
<ul>
<li>
<strong>nuxeo.automation.properties.value.trim</strong>: properties are expected to be of the form "key=value". You may wish to trim the potential spaces around value (e.g.: "key = value", will result in "value" and not " value").
</li>
</ul>
@since 8.2
</documentation>
<property name="nuxeo.automation.properties.value.trim">false</property>
</extension>